Posts

Post not yet marked as solved
1 Replies
Have anyone got similar issue. If yes then what is the solution you are using for this, please let us know..
Post marked as solved
6 Replies
Thank you so much.This has worked for me..
Post marked as solved
6 Replies
Hello,Earlier I tried to save .csv file usingfunc getDownloadsDirectory() -> NSString { let paths = NSSearchPathForDirectoriesInDomains(.downloadsDirectory, .userDomainMask, true) let documentsDirectory = paths[0] return documentsDirectory as NSString}let filePath = BaseViewController.getDownloadssDirectory().appendingPathComponent("WalletTransactions.csv")decodeData.write(toFile: filePath, atomically: true)let str = String(decoding: decodeData, as: UTF8.self) let vc = UIActivityViewController(activityItems: [str], applicationActivities: []) vc.excludedActivityTypes = [ UIActivity.ActivityType.assignToContact, UIActivity.ActivityType.saveToCameraRoll, UIActivity.ActivityType.postToFlickr, UIActivity.ActivityType.postToVimeo, UIActivity.ActivityType.postToTencentWeibo, UIActivity.ActivityType.postToTwitter, UIActivity.ActivityType.postToFacebook, UIActivity.ActivityType.openInIBooks ] self.present(vc, animated: true, completion: nil)But I want to download file in user's iphone, so that user can locate there .csv file in Files App of iPhone.Using above code file was not saved in Files App of iPhone.So, can you please look into it.Also for my first question How can I change the extension of file.Using:let str = String(decoding: decodeData, as: UTF8.self) let vc = UIActivityViewController(activityItems: [str], applicationActivities: [])File is getting downloaded in .txt file.Is there any way to remove this str before opening UiActivityController.
Post not yet marked as solved
3 Replies
Hi Claude31,I am sharing the code with I am using for Document picker.let picker = UIDocumentPickerViewController.init(documentTypes: [".pdf", ".png", ".jpeg", ".jpg"], in: .open) let picker = UIDocumentPickerViewController(documentTypes: ["public.pdf"], in: .open) picker.delegate = self picker.modalPresentationStyle = .fullScreen self.present(picker, animated: true, completion: nil)Even one more issue is occuring:let icloudFolderURL:- FileManager.default.url(forUbiquityContainerIdentifier: nil)?.appendingPathComponent("Documents").icloudFolderURL returns nil to me.
Post not yet marked as solved
11 Replies
Call support wasn't available, I have just mailed them regarding this issue.... But haven't received any response till now, from them... Waiting fro there response.
Post not yet marked as solved
11 Replies
Build number is also increased last release was with build number 2, (2.0.0(2)) and new release is having build number 3, (2.0.1(3)).... So, I don't think that this issue is becuase of build number.
Post not yet marked as solved
11 Replies
I had uploaded the build on 7 November around 8 pm. It got approved on 7 November around 11:50 pm. Now also it is showing download option, instead of update. Even when clicking on the updates icon, bottom of the screen on App Store, a list of app appears whose update, needs to be done... there also my app is not in the list. Update icon never appears for my app, even since I am uploading app.